runtime.mWaitList.next (field)
8 uses
runtime (current package)
lock_spinbit.go#L88: next muintptr // next m waiting for lock
lock_spinbit.go#L231: gp.m.mWaitList.next = mutexWaitListHead(v)
lock_spinbit.go#L243: atTail = gp.m.mWaitList.next == 0 // we were at risk of starving
lock_spinbit.go#L247: gp.m.mWaitList.next = 0
lock_spinbit.go#L344: next := wakem.mWaitList.next.ptr()
lock_spinbit.go#L351: prev.mWaitList.next = wakem.mWaitList.next
lock_spinbit.go#L358: headM = uintptr(mp.mWaitList.next) &^ mutexMMask
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)